ResourceRemoveProperty Method (String) |
Removes the property from the resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus RemoveProperty(
string propertyName
)
Public Function RemoveProperty (
propertyName As String
) As MultiStatus
Parameters
- propertyName
- Type: SystemString
The property to by removed.
Return Value
Type:
MultiStatusA MultiStatus indicating the status of the property remove.
See Also